gtktreeview: Use key controller on search entry handling
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 26 Jun 2018 17:34:38 +0000 (19:34 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 30 Jul 2018 11:14:12 +0000 (13:14 +0200)
commit6d3eb185786a6b9ad6118fd30a3c16c00ad57ebc
tree5ff10c96b764abb10d63f5a2a62b4311eca04cac
parentd301695ba16ab971baf3e13ae99c1183319c0949
gtktreeview: Use key controller on search entry handling

Use a distinct key controller so we correctly handle navigation
across matches and search cancellation. As the events are forwarded
to the search_window, those need to be pushed down the entry manually.
gtk/gtktreeview.c